TestConnectivity (Deprecated) |
This Web service operation is used to test the connectivity between the database and Cordys.
SOAP Request
<TestConnectivity xmlns="http://schemas.cordys.com/DSOConfig/1.0"> <dso xmlns="http://schemas.cordys.com/DSOConfig/1.0"> <name>TEst#system</name> <type>Relational</type> <description>TEst</description> <configuration> <component name="Connection pool"> <provider>SQLOLEDB</provider> <driverName>OLEDB</driverName> <defaultDatabase>OLEDB</defaultDatabase> <server>testserver</server> <userName>username</userName> <password>pwd</password> </component> </configuration> </dso> </TestConnectivity>
Request Parameters
Parameter |
Description |
Data Type |
Accepted Input Values |
---|---|---|---|
type |
Indicates the type of database configuration |
String |
Relational |
description |
Description of the database configuration |
String |
- |
configuration |
Indicates the configuration details of the database |
|
|
SOAP Response
<TestConnectivityResponse xmlns="http://schemas.cordys.com/DSOConfig/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <status>Test Connectivity was successful</status> </TestConnectivityResponse>